threshe

USAGE: threshe inimg outimg [-i] [-L]

threshe performs binarization with respect to
automatically determined intensity threshold;
the input gray-level image is converted to a binary image;
threshold determination is made by the maximum entropy
method.

ARGUMENTS:
    inimg: input image filename (TIF)
   outimg: output image filename (TIF)

OPTIONS:
       -i: INVERT: intensities ABOVE (lighter) threshold set to 0
           and those BELOW (darker) threshold set to 255
       -L: print Software License for this module
 

 

Example:

threshe text.tif texte.tif

text.tif:

texte.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.